home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / compuserve-file-archive / 16 Vendor Support / VXAUTO.HLP < prev    next >
Text File  |  2019-04-13  |  493b  |  19 lines

  1.  
  2. 10 al$="vidtex.ato" : rem autolog file name for auto-start
  3. 20 a$="al" + chr$(len(al$)) + al$
  4. 30 for x = 1 to len(a$)
  5. 40 poke 32511+x, asc(mid$(a$,x,1))
  6. 50 next x
  7. 70 load"vid1200",8 : end
  8.  
  9.      "vidtex.ato"  is the name of my  VIDTEX4.2 Autolog file - like listed in
  10.                    the file  VXALOG.HLP in this LIBrary 1
  11.  
  12.      "vid1200"     is the name of my VIDTEX4.2 program
  13.  
  14.  
  15.  Please be sure to also read the file  VXALOG.HLP in CBMART's LIBrary 1 for
  16. actual text autolog statements.
  17.  
  18.  
  19.